home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / purge / PURG504.EXE / {app} / PURGEIE.EXE / 0 / RCDATA / TPURGZONA / TPURGZONA.txt
Text File  |  2004-01-01  |  2KB  |  96 lines

  1. object PurgZona: TPurgZona
  2.   Left = 613
  3.   Top = 735
  4.   Width = 469
  5.   Height = 201
  6.   Caption = 'PurgeIE - Add a new Zone Mask'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object Label1: TLabel
  17.     Left = 32
  18.     Top = 16
  19.     Width = 243
  20.     Height = 14
  21.     Caption = 'Edit this suggested Zone Mask to prepare for Add:'
  22.     Font.Charset = ANSI_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object LabelResult: TLabel
  30.     Left = 4
  31.     Top = 88
  32.     Width = 450
  33.     Height = 13
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 130
  46.     Width = 461
  47.     Height = 44
  48.     Align = alBottom
  49.     TabOrder = 0
  50.     object AddToZoneBtn: TButton
  51.       Left = 48
  52.       Top = 8
  53.       Width = 200
  54.       Height = 30
  55.       Caption = 'Add to the indicated Zone'
  56.       Font.Charset = ANSI_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'Arial'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       TabOrder = 0
  63.       OnClick = AddToZoneBtnClick
  64.     end
  65.     object Cancelbtn: TButton
  66.       Left = 300
  67.       Top = 8
  68.       Width = 100
  69.       Height = 30
  70.       Caption = 'Cancel'
  71.       Font.Charset = ANSI_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'Arial'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       TabOrder = 1
  78.       OnClick = CancelbtnClick
  79.     end
  80.   end
  81.   object ZoneToAdd: TEdit
  82.     Left = 32
  83.     Top = 48
  84.     Width = 401
  85.     Height = 24
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'Arial'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     Text = 'ZoneToAdd'
  94.   end
  95. end
  96.